.picMarquee-left {
    /* overflow: hidden; */
    position: relative;
    margin-top: 3px;
    height: 120px;
    /* border: 1px solid #ccc; */
}

.picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    /* background: #f4f4f4; */
    padding: 0 10px;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
    background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.picMarquee-left .bd ul li:not(:last-child) {
    margin-right: 19px;
}
.picMarquee-left .pic > a {
    display: inline-block;
    width: 184px;
    height: 127px;
    background-color: #EFF1F3;
    position: relative;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.spzb-zzwh .spzb .picMarquee-left .bd ul li .pic img {
    width: 100%;
    height: 100%;
}

.spzb-zzwh .spzb .picMarquee-left .bd ul li .pic .play {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 51.5px;
    left: 80px;
    z-index: 99;
}

.spzb-zzwh .spzb .picMarquee-left .pic > a {
    padding: 6px;
    background-color: #EFF1F3;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}

.picMarquee-left .bd .lb-left {
    float: left;
    cursor: pointer;
    left: 0px;
    bottom: 50px;
    position: absolute;
}

.picMarquee-left .picList {
    float: left;
}

.picMarquee-left .bd .lb-right {
    float: left;
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: 50px;
}

.spzb .picMarquee-left .bd .lb-right {
    bottom: 50px;
}

.spzb .picMarquee-left .bd .lb-left {
    /*left: -4px;*/
    bottom: 50px;
}

.tempWrap {
    margin-left: 22px;
}

/* 新媒体展播 */
.txtMarquee-top {
    overflow: hidden;
    position: relative;
}

.txtMarquee-top .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.txtMarquee-top .hd .prev,
.txtMarquee-top .hd .next {
    display: block;
    width: 9px;
    height: 5px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") 0 -100px no-repeat;
}

.txtMarquee-top .hd .next {
    background-position: 0 -140px;
}

.txtMarquee-top .hd .prevStop {
    background-position: -60px -100px;
}

.txtMarquee-top .hd .nextStop {
    background-position: -60px -140px;
}

.txtMarquee-top .bd {
    /* padding: 15px; */
}

.txtMarquee-top .infoList li {
    height: 24px;
    line-height: 24px;
}

.txtMarquee-top .infoList li .date {
    float: right;
    color: #999;
}

.txtMarquee-top .infoList>li>a {
    color: #3E465C;
    font-size: 14px;
}